configuration / notification / ext-syslog-server

CLI REST-API

syslog-configuration1

The submenu syslog-configuration1 (syslog-configuration1) contains the following:

Menus: none

Objects:
address (address)
loglevel (loglevel)
protocol (protocol)
port (port)
msg-type (msg-type)
timezone (timezone)

Commands: none



See also:
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/address
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/loglevel
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/protocol
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/port
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/msg-type
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/timezone

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/notification/ext-syslog-server/syslog-configuration.*


Example using curl:
curl /api/configuration/notification/ext-syslog-server/syslog-configuration.*


Method: PATCH
URL: /api/configuration/notification/ext-syslog-server/syslog-configuration.*
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/notification/ext-syslog-server/syslog-configuration.*
-d "{
  \"objects\": \"new-values\"
}"